home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / HyperCard BBS / User Help / card_3003.txt < prev    next >
Encoding:
Text File  |  1988-08-11  |  1.3 KB  |  70 lines

  1. -- card: 3003 from stack: in
  2. -- bmap block id: 11637
  3. -- flags: 0000
  4. -- background id: 2642
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global onLine
  9.   if onLine then pass openCard
  10.   else tabKey
  11. end openCard
  12.  
  13.  
  14.  
  15. -- part 1 (field)
  16. -- low flags: 00
  17. -- high flags: 0004
  18. -- rect: left=214 top=309 right=329 bottom=250
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 3
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Enter help index #
  27. ----- HyperTalk script -----
  28. -- editable
  29. on closeField
  30.   get card field 1
  31.   if (it > 16) or (it < 1) then send openCard to this card
  32.   else if it is 16 then
  33.     visual effect iris close fast
  34.     pop card
  35.   else
  36.     visual effect dissolve fast
  37.     go to card (it+1)
  38.   end if
  39. end closeField
  40.  
  41.  
  42.  
  43. -- part contents for background part 3
  44. ----- text -----
  45. User Help System Index
  46.  
  47. -- part contents for background part 4
  48. ----- text -----
  49.  
  50. 1. Introduction to HyperBBS
  51. 2. Orientation
  52. 3. Executing commands
  53. 4. Entering fields
  54. 5. Control characters
  55. 6. Message sections
  56. 7. Message components
  57. 8. Message main menus
  58. 9. Filtering messages
  59. 10. Displaying messages
  60. 11. Creating a message
  61. 12. Replying to messages
  62. 13. Downloading files
  63. 14. Uploading files
  64. 15. Credits
  65. 16. Quit help system
  66.  
  67.  
  68. -- part contents for card part 1
  69. ----- text -----
  70. 2